home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / raystorm.readme < prev    next >
Text File  |  1995-08-11  |  2KB  |  85 lines

  1. Short:    Demoversion of new very fast raytracer
  2. Author:   heumann@hugo.rz.fh-ulm.de (Andreas Heumann)
  3. Uploader: heumann@hugo.rz.fh-ulm.de (Andreas Heumann)
  4. Type:     gfx/3d
  5.  
  6.                                                               25 June 1995
  7.  
  8.                               RayStorm v1.0
  9.  
  10.                                Demoversion
  11.                                    by
  12.                              Andreas Heumann
  13.                                   and
  14.                                Mike Hesser
  15.  
  16. INTRODUCTION
  17.  
  18. This is the demoversion of a new raytracer called 'RayStrom'.
  19.  
  20. RayStorm has been written to be as fast as possible, and use as less
  21. memory as possible. Thus we have implemented a octree algorithm, and
  22. optimized all calculations as much as we can.
  23.  
  24. It has been developed on Amiga and also on PC, therefore there also
  25. exists a PC-Version.
  26.  
  27. This demo version is limited to a resolution of 160x128, only 2
  28. lightsources and only 10 objects.
  29.  
  30. The full version is unlimited.
  31.  
  32. REQUIREMENTS
  33.  
  34. You will need at least Kickstart 2.0 and a 68020 processor and a
  35. mathematical coprocessor (68881/882 or internal 68040/060 version).
  36.  
  37. The faster the better :-).
  38.  
  39. FEATURES
  40.  
  41. - Fast. About 20% faster than Imagine.
  42.  
  43. - ARexx-port. RayStorm can be used by all programs with the ARexx-port.
  44.  
  45. - Imagine compatible. RayStorm is designed to be almost compatible to
  46.   Imagine. It can load Imagine objects and use Imagine textures.
  47.  
  48. - Octree algorithm used for rendering.
  49.  
  50. - Antialiasing possibility.
  51.  
  52. - Image can be saved as 24Bit IFF-ILBM file.
  53.  
  54. - Two builtin fast textures: linear and checker.
  55.  
  56. - Three builtin object types: sphere, plane and triangle.
  57.  
  58. - Three light types: ambient, point and spot.
  59.  
  60. - Depth of field.
  61.  
  62. REGISTER
  63.  
  64. If you like RayStorm send me 20 DM or 15 US $ and a empty disk and you get
  65. the full version of RayStorm.
  66.  
  67. AUTHORS
  68.  
  69.  
  70.    Andreas Heumann
  71.  
  72.    E-mail:  heumann@hugo.rz.fh-ulm.de
  73.    S-mail:  Heilmeyersteige 105
  74.             89075 Ulm
  75.             Germany
  76.  
  77.  
  78.    Mike Hesser
  79.  
  80.    E-mail:  s_hesser@rzmain.rz.uni-ulm.de
  81.             hessermi@pcpool1.informatik.uni-ulm.de
  82.    S-mail:  Heilmeyersteige 105
  83.             89075 Ulm
  84.             Germany
  85.